projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b908cb
)
Revert 22900:a0ef80c99264
author
Keir Fraser
<keir@xen.org>
Mon, 14 Feb 2011 09:05:14 +0000
(09:05 +0000)
committer
Keir Fraser
<keir@xen.org>
Mon, 14 Feb 2011 09:05:14 +0000
(09:05 +0000)
The check it adds is already present in the function's sole caller.
Signed-off-by: Keir Fraser <keir@xen.org>
xen/arch/x86/hpet.c
patch
|
blob
|
history
diff --git
a/xen/arch/x86/hpet.c
b/xen/arch/x86/hpet.c
index 0df678842fa6cff60d3dc4ce735a52972333397a..d27a4d1c02693a604325f5b6a93fce8bc53ce148 100644
(file)
--- a/
xen/arch/x86/hpet.c
+++ b/
xen/arch/x86/hpet.c
@@
-557,9
+557,6
@@
void hpet_broadcast_init(void)
u32 hpet_id, cfg;
int i;
- if ( boot_cpu_has(X86_FEATURE_ARAT) )
- return;
-
if ( irq_channel == NULL )
{
irq_channel = xmalloc_array(int, nr_irqs);